Release 10.1A: OpenEdge Development:
Internationalizing Applications
Understanding Character Processing Tables
OpenEdge provides tables that let you tailor the character processing of applications to be deployed across multiple locales to the precise needs of each locale. These character processing tables include character attribute tables, case tables, collation tables, code-page conversion tables, and word-break tables.
These tables (except for word-break tables) are included in the
convmap.datfile, which you compile to produce aconvmap.cpfile, which you provide access to by copying to a certain directory or by setting an environment variable. OpenEdge supplies a defaultconvmap.datfile and a corresponding defaultconvmap.cpfile.Word-break tables, which the
convmap.datfile does not include, reside in theDLC/prolang/convmapdirectory. You can create a word-break table from scratch or modify one that OpenEdge supplies. In either case, you compile the word-break table, provide access to the compiled version of the word-break table by copying it to a certain directory or by setting an environment variable, associate the compiled version with a database, and rebuild the database’s indexes.This chapter contains the following sections:
For a thorough explanation of code pages, see Chapter 2, " Understanding Code Pages."
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |